﻿/*START: Set background image with opacity*/
/* COMMENTED OUT - too ugly, although the code works
#container{
    position: relative;
    z-index: 2;
}

#container:after {
    content : "";
    display: block;
    position: absolute;
    top: 50px;
    left: 50px;
    background-image: url("../images/pending-buy/Bigstock_59143520.jpg"); 
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity : 0.6;
    z-index: -1;
}
*/
/*END: Set background image with opacity*/

/*
.form-group{
    background-color:green;
}
*/

.control-label{
    margin: 0px;
    padding: 5px 10px 5px 0px;
    text-align:right;
    /*background-color:orange;*/
}

.form-control{
    max-width: 350px;
}

#container{
    margin-top:10px;
}

iframe{
    width:100%;
    height:500px;
}